home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / include / aal / file.h < prev    next >
C/C++ Source or Header  |  2006-01-09  |  276b  |  18 lines

  1. /* Copyright (C) 2001, 2002, 2003 by Hans Reiser, licensing governed by
  2.    libaal/COPYING.
  3.    
  4.    file.h -- standard file device. */
  5.  
  6. #ifndef AAL_FILE_H
  7. #define AAL_FILE_H
  8.  
  9. #ifndef ENABLE_MINIMAL
  10.  
  11. #include <aal/types.h>
  12. extern struct aal_device_ops file_ops;
  13.  
  14. #endif
  15.  
  16. #endif
  17.  
  18.